@charset 'utf-8';
html,
body {
  width: 100%;
  height: 100%;
  font-family: "Microsoft YaHei", 'Avenir', Helvetica, Arial, sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* html {
  overflow: hidden;
}
body {
  overflow: auto;
} */
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
form,
input,
select,
table,
ul,
li,
a,
ol,
menu {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
button,
input {
  outline: none;
  border: none;
  background: none;
}
img {
  border: none;
  display: block;
}
ul {
  list-style: circle!important;
}
input,
textarea {
  font-size: 1rem;
  outline: none;
}
* {
  -webkit-user-select: none;
  user-select: none;
}
input {
  -webkit-user-select: auto;
  user-select: auto;
}
textarea {
  -webkit-user-select: auto;
  user-select: auto;
}
a{
  word-break: break-all;
  text-decoration: none;
}
.header {
  background-color: #1fcd7c;
}
.header .icon {
  font-size: 16px;
  color: #fff;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
.header h1 {
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.sec_top {
  padding: 0 10px 5px;
}
.sec_top h2 {
  font-size: 15px;
  line-height: 44px;
  height: 44px;
  font-weight: bold;
}
.sec_top img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.sec_body {
  padding: 0 10px 20px;
}
.sec_body h4 {
  font-size: 14px;
  line-height: 28px;
  font-weight: bold;
}
.sec_body p {
  font-size: 14px;
  line-height: 24px;
}
.sec_body p.indent {
  text-indent: 30px;
}
.sec_body .headp {
  font-size: 14px;
  color: #333;
}
.sec_age {
  padding: 0 10px 20px;
}
.sec_age h2 {
  font-size: 15px;
  line-height: 44px;
  height: 44px;
  font-weight: bold;
  text-align: center;
}
.sec_age h4 {
  font-size: 14px;
  line-height: 28px;
  font-weight: bold;
}
.sec_age p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.sec_age i {
  font-style: normal;
}
.sec_age .indent {
  text-indent: 30px;
}
.sec_age .strong {
  font-weight: bold;
  color: #333;
}
.sec_age .desc {
  color: #333;
}
.privacyclass{
  font-weight: bold;
}
